projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e2ebb
)
places sidebar: Use the right marshallers
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Feb 2016 00:20:22 +0000
(19:20 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 17 Feb 2016 00:20:22 +0000
(19:20 -0500)
We are passing the mount operation as argument, so use
a marshaller that expects an object argument.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 28d305aad32eabf37f0db273138531c3635030a9..e6dfbc22be28c86e26d7dfd9e6e84a6ab03e4133 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-4347,7
+4347,7
@@
gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GtkPlacesSidebarClass, mount),
NULL, NULL,
- _gtk_marshal_VOID__
VOID
,
+ _gtk_marshal_VOID__
OBJECT
,
G_TYPE_NONE,
1,
G_TYPE_MOUNT_OPERATION);
@@
-4369,7
+4369,7
@@
gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GtkPlacesSidebarClass, unmount),
NULL, NULL,
- _gtk_marshal_VOID__
VOID
,
+ _gtk_marshal_VOID__
OBJECT
,
G_TYPE_NONE,
1,
G_TYPE_MOUNT_OPERATION);